* {
	padding: 0;
	margin: 0;
	text-decoration: none;
	list-style: none;
}

html {
	position: relative;
	min-height: 100%;
    overflow: -moz; 
    overflow-y: scroll;
}

@font-face {
	font-family: 'broadway';
	font-style: normal;
	font-weight: light;
	src: url('../gedeelde bestanden/8094231822.ttf');
}

@font-face {
	font-family: 'britannic';
	font-style: normal;
	src: url('../gedeelde bestanden/britannic-regular.otf');
}

body {
	font-family: broadway;
	font-size: 22px;
	margin-bottom: 70px;
	background: linear-gradient(90deg, rgb(0,0,0) 0%, rgba(0, 181, 197, 1) 50%, rgb(0,0,0) 100%);
/*	background-position: left;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;*/
	display: flex;
	flex-direction: column;
}

.logo {
	margin: 10px 5px 0px 10px;
	color: black;
	font-size: 35px;
	display: inline-block;
}

label.main {
	line-height: 40px;
	padding: 1px 1px 1px 1px;
	align-items: end;
	align-content: end;

}
.headerlabel{
	font-size: 24px;
}

nav {
	height: 80px;
	font-size: 16px;
	width: 100%;
	display: block;
}

.testmenu {
	display: inline-block;
	float: right;
	margin-right: 10px;
}

	.testmenu li {
		display: inline-block;
		line-height: 50px;
		margin: 0 5px;
	}

		.testmenu li button {
			background: rgb(67, 172, 170);
			color: black;
			font-size: 18px;
			font-family: broadway;
			padding: 4px 4px 4px 4px;
			margin: 22px 3px 0px 0px;
			border: 1px solid white;
			border-radius: 4px;
			text-transform: uppercase;
			outline: 0;
		}

			.testmenu li button:active {
				background-color: yellow;
				border: 1px solid white;
				transition: .5s;
			}

			.testmenu li button:focus {
				background-color: yellow;
				transition: .5s;
				border: 1px solid white;
			}

			.testmenu li button:hover {
				background-color: yellow;
				cursor: pointer;
				transition: .5s;
				border: 1px solid white;
			}
.proces {
	width: 100%;
	text-align: center;
	display: block;
}

.proceslist {
	color: white;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
}

	.proceslist li {
		margin: 0 0 0 0;
		display: inline-block;
		line-height: 35px;
	}

		.proceslist li label {
			background: rgb(67, 172, 170);
			color: black;
			font-size: 14px;
			font-family: times;
			border: 1px solid white;
			border-radius: 4px;
			text-transform: uppercase;
			outline: 0;
			padding: 5px 5px 5px 5px;
			margin: 0px 0px 0px 0px;
		}

				.proceslist li label:active {
					background: rgb(67, 172, 170);
				}

				.proceslist li label:focus {
					background: rgb(67, 172, 170);
				}

				.proceslist li label:hover {
					background: rgb(67, 172, 170);
					cursor: default;
					border: 1px solid white;
				}

a.thefish {
	background: #0082e6;
	transition: .5s;
	font-size: 19px;
	visibility: visible;
	border-radius: 4px;
	font-family: britannic;
	margin: -2px -2px -2px -2px;
	color: black;
	border: solid 1px black;
}
	a.thefish:hover {
		border: solid 1px white;
	}

a.therock {
	background: rgb(255, 47, 47);
	transition: .5s;
	font-size: 19px;
	visibility: visible;
	border-radius: 4px;
	font-family: britannic;
	margin: -2px -2px -2px -2px;
	color: black;
	border: solid 1px black;
}
	a.therock:hover {
		border: solid 1px white;
	}
a.theduck {
	background: rgb(44, 159, 21);
	transition: .5s;
	font-size: 19px;
	visibility: visible;
	border-radius: 4px;
	font-family: britannic;
	margin: -2px -2px -2px -2px;
	color: black;
	border: solid 1px black;
}
	a.theduck:hover {
		border: solid 1px white;
	}
a.thefoto {
	background: rgb(173, 42, 197);
	transition: .5s;
	font-size: 19px;
	visibility: visible;
	border-radius: 4px;
	font-family: britannic;
	margin: -2px -2px -2px -2px;
	color: black;
	border: solid 1px black;
}
	a.thefoto:hover {
		border: solid 1px white;
	}
a.thepage {
	background: rgb(255, 139, 38);
	transition: .5s;
	font-size: 19px;
	visibility: visible;
	border-radius: 4px;
	font-family: britannic;
	margin: -2px -2px -2px -2px;
	color: black;
	border: solid 1px black;
}
	a.thepage:hover {
		border: solid 1px white;
	}
a.link {
	background-color: rgba(255,255,255,0.2);
	transition: .5s;
	visibility: visible;
	color: blue;
}

	a.link:hover {
		color: darkblue;
		cursor: pointer;
		background-color: rgba(255,255,255,0.1);
	}
/* The grid: Four equal columns that floats next to each other */
.row {
	width: 100%;
	display: flex;
	overflow: hidden;
}

.column {
	width: 25%;
	padding: 10px;
	flex-direction: column;
}
	/* Style the images inside the grid */
	.column img {
		opacity: 1;
		cursor: pointer;
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

		.column img:hover {
			opacity: 0.8;
		}

.row:after {
	content: "";
	display: table;
	clear: both;
}

.closebtn {
	position: absolute;
	top: 10px;
	right: 15px;
	color: white;
	font-size: 35px;
	cursor: pointer;
}

.checkbtn {
	right: 20px;
	margin: 20px 0 0 0;
	font-size: 30px;
	color: white;
	float: right;
	line-height: 80px;
	margin-right: 30px;
	cursor: pointer;
	display: none;
}
#check {
	display: none;
}

@media (max-width: 950px) {
	.checkbtn {
		display: block;
		right: 20px;
		font-size: 30px;
		color: white;
		float: right;
		margin-right: 30px;
	}
	.headerlabel{
		font-size: 18px;
	}

	body {
		display: flex;
		flex-direction: column;
        background-image: url(1427.jpg);
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
	}
	section{
		min-height: 100%;
	}

	.testmenu {
		position: fixed;
		width: 100%;
		height: 100vh;
		background: #2c3e50;
		top: 128px;
		left: -100%;
		text-align: center;
		transition: all .5s;
		z-index: 900;
	}

		.testmenu li {
			display: block;
			margin: 20px 0;
			line-height: 30px;
			z-index: 900;
		}

			.testmenu li a {
				font-size: 20px;
				z-index: 900;
			}

			.testmenu li button {
				background: rgb(67, 172, 170);
				color: black;
				font-size: 22px;
				font-family: broadway;
				padding: 6px 8px;
				margin: 18px 3px 0px 0px;
				border: 2px solid white;
				border-radius: 4px;
				text-transform: uppercase;
				outline: 0;
			}

				.testmenu li button:hover {
					background-color: yellow;
					transition: .5s;
					border: 2px solid white;
				}

	#check:checked ~ .testmenu {
		left: 0;
	}

	#check {
		display: none;
	}
}

section {
	align-self: center;
	text-align: left;
	align-content: center;
	align-items: center;
	max-width: 900px;
	font-family: 'Baskerville Old Face';
	font-size: 18px;
	padding: 8px 10px 8px 10px;
}

	section h1 {
		padding: 0px 0px 0px 0px;
	}

	section img {
		object-fit: contain;
		padding: 0px 0px 0px 0px;
		width: 100vw;
		display: inline-block;
		flex-direction: column;
		margin: 0px 5px 5px 0px;
		border: hidden;
		border-radius: 4px;
	}

div input[type=text], select {
	width: 45vw;
	display: inline-block;
	padding: 8px;
	min-width: 300px;
	border: hidden;
	border-radius: 4px;
	max-width: 100%
}

div input[type=email], select {
	width: 45vw;
	display: inline-block;
	padding: 8px ;
	min-width: 300px;
	border: hidden;
	border-radius: 4px;
	max-width: 100%
}

div textarea, select {
	width: 45vw;
	display: inline-block;
	padding: 8px;
	min-width: 300px;
	border: hidden;
	border-radius: 4px;
	resize: none;
	max-width: 100%
}

form button {
	width: 45vw;
	background-color: #ABABAB;
	color: black;
	cursor: pointer;
	display: inline-block;
	padding: 8px;
	margin: 10px 0 0 0;
	min-width: 300px;
	border: hidden;
	border-radius: 4px;
	font-weight: 900;
	font-size: medium;
	max-width: 100%
}

	form button:hover {
		background-color: #8E8E8E;
		border: 1px solid black;
	}

div.form-group {
	font-family: 'Baskerville Old Face';
	color: black;
	font-size: 16px;
	margin: 0px 5px 5px 0px;
	display: flex;
	flex-direction: column;
}

div.embed {
	flex-direction: column;
}

.clearfix {
	width: 100%;
}

	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

.header1 {
	float: left;
	box-sizing: border-box;
	min-width: 300px;
	max-width: 100%;
	text-align: justify;
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 5px 0px;
}

.header2 {
	float: left;
	box-sizing: border-box;
	min-width: 300px;
	max-width: 100%;
	text-align: justify;
	padding: 0px 0px 0px 0px;
}

.box1 {
	float: left;
	box-sizing: border-box;
	min-width: 300px;
	max-width: 70%;
	text-align: justify;
	padding: 8px 8px 28px 8px;
	margin: 0px 5px 5px 0px;
	background-color: rgba(255,255,255,0.2);
	border: hidden;
	border-radius: 4px;
	width: 35%;
}

.box2 {
	float: right;
	box-sizing: border-box;
	min-width: 300px;
	max-width: 70%;
	text-align: justify;
	padding: 8px 8px 8px 8px;
	margin: 0px 5px 5px 0px;
	background-color: rgba(255,255,255,0.2);
	border: hidden;
	border-radius: 4px;
	width: 63%;
}

.box3 {
	float: left;
	box-sizing: border-box;
	min-width: 250px;
	max-width: 70%;
	text-align: justify;
	padding: 8px 8px 8px 8px;
	margin: 0px 5px 5px 0px;
	background-color: rgba(255,255,255,0.2);
	border: hidden;
	border-radius: 4px;
	width: 29%;
}
.box4 {
	float: right;
	box-sizing: border-box;
	min-width: 250px;
	max-width: 70%;
	text-align: justify;
	padding: 8px 8px 8px 8px;
	margin: 0px 5px 5px 0px;
	border: hidden;
	border-radius: 4px;
	background-color: rgba(255,255,255,0.2);
	width: 30%;
}
.box5 {
	float: left;
	box-sizing: border-box;
	min-width: 300px;
	max-width: 100%;
	text-align: justify;
	padding: 8px 8px 8px 8px;
	margin: 0px 5px 5px 0px;
	background-color: rgba(255,255,255,0.2);
	border: hidden;
	border-radius: 4px;
}

.box6 {
	float: left;
	box-sizing: border-box;
	text-align: left;
	padding: 32px 8px 20px 8px;
	margin: 0px 5px 5px 0px;
	background-color: rgba(255,255,255,0.2);
	border: hidden;
	border-radius: 4px;
	width: 49%;
	min-width: 300px;
}

.box7 {
	float: left;
	box-sizing: border-box;
	text-align: justify;
	padding: 8px 8px 8px 8px;
	margin: 0px 5px 5px 0px;
	background-color: rgba(255,255,255,0.2);
	border: hidden;
	border-radius: 4px;
	width: 36%;
	min-width: 300px;
}

.box8 {
	float: left;
	box-sizing: border-box;
	min-width: 200px;
	max-width: 100%;
	text-align: justify;
	padding: 18px 8px 15px 8px;
	margin: 0px 0px 0px 0px;
	border: hidden;
	border-radius: 4px;
	width: 358px;
}
.box9 {
	float: right;
	box-sizing: border-box;
	text-align: justify;
	padding: 8px 8px 8px 8px;
	margin: 0px 5px 5px 0px;
	background-color: rgba(255,255,255,0.2);
	border: hidden;
	border-radius: 4px;
	width: 62%;
	min-width: 300px;
}

.box11 {
	float: left;
	box-sizing: border-box;
	min-width: 300px;
	max-width: 70%;
	text-align: justify;
	padding: 12px 8px 8px 8px;
	margin: 0px 5px 5px 0px;
	background-color: rgba(255,255,255,0.2);
	border: hidden;
	border-radius: 4px;
	width: 58%;
}
.box12 {
	float: left;
	box-sizing: border-box;
	text-align: justify;
	padding: 8px 8px 8px 8px;
	margin: 0px 5px 5px 0px;
	background-color: rgba(255,255,255,0.2);
	border: hidden;
	border-radius: 4px;
}

.box13 {
	float: right;
	box-sizing: border-box;
	text-align: justify;
	padding: 8px 8px 8px 8px;
	margin: 0px 5px 5px 0px;
	background-color: rgba(255,255,255,0.2);
	border: hidden;
	border-radius: 4px;
	width: 49%;
	min-width: 300px;
}
.box14 {
	float: left;
	box-sizing: border-box;
	min-width: 300px;
	max-width: 80%;
	text-align: justify;
	padding: 8px 8px 8px 8px;
	margin: 0px 5px 5px 0px;
	background-color: rgba(255,255,255,0.2);
	border: hidden;
	border-radius: 4px;
	width: 65%;
}
.box15 {
	float: right;
	box-sizing: border-box;
	min-width: 200px;
	max-width: 100%;
	text-align: justify;
	padding: 6px 8px 4px 8px;
	margin: 0px 5px 5px 0px;
	border: hidden;
	border-radius: 4px;
	background-color: rgba(255,255,255,0.2);
	width: 298px;
}
.box16 {
	float: left;
	box-sizing: border-box;
	min-width: 226px;
	max-width: 40%;
	text-align: justify;
	padding: 25px 8px 11px 8px;
	margin: 0px 5px 5px 0px;
	background-color: rgba(255,255,255,0.2);
	border: hidden;
	border-radius: 4px;
	width: 25%;
}

.box17 {
	float: left;
	box-sizing: border-box;
	min-width: 200px;
	max-width: 100%;
	text-align: justify;
	padding: 8px 8px 8px 8px;
	margin: 0px 5px 5px 0px;
	background-color: rgba(255,255,255,0.2);
	border: hidden;
	border-radius: 4px;
	width: 354px;
}
.box18 {
	float: left;
	box-sizing: border-box;
	min-width: 200px;
	max-width: 60%;
	text-align: justify;
	padding: 8px 8px 8px 8px;
	margin: 0px 5px 5px 0px;
	background-color: rgba(255,255,255,0.2);
	border: hidden;
	border-radius: 4px;
}

.box19 {
	float: right;
	box-sizing: border-box;
	min-width: 300px;
	max-width: 38%;
	text-align: justify;
	padding: 8px 8px 8px 8px;
	margin: 0px 5px 5px 0px;
	background-color: rgba(255,255,255,0.2);
	border: hidden;
	border-radius: 4px;
}

.box20 {
	float: right;
	box-sizing: border-box;
	min-width: 300px;
	max-width: 38%;
	text-align: justify;
	padding: 8px 8px 8px 8px;
	margin: 0px 5px 5px 0px;
	background-color: rgba(255,255,255,0.2);
	border: hidden;
	border-radius: 4px;
}
.box21 {
	float: left;
	box-sizing: border-box;
	text-align: left;
	padding: 23px 8px 8px 8px;
	margin: 0px 5px 5px 0px;
	background-color: rgba(255,255,255,0.2);
	border: hidden;
	border-radius: 4px;
	width: 60%;
	min-width: 300px;
}


.footer {
	position: absolute;
	text-align: center;
	width: 100%;
	padding: 0px 0px 0px 0px;
	bottom: 0px;
}

.sticky {
	position: sticky;
	top: 0;
	width: 100%;
}

.coverheader {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	position: fixed;
	bottom: 100%;
	transform: translateY(100%);
}

header {
	position: sticky;
	width: 100%;
	line-height: 50px;
	z-index: 150;
	background: white;
	margin: 0 0 0 0;
}

.scrollheader {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	transform: translateY(0);
}

.btnlink {
	background-color: rgba(255,255,255,0.0);
	border: hidden;
	font-size: 16px;
	color: blue;
}

	.btnlink:hover {
		color: darkblue;
		cursor: pointer;
	}

.mySlides {
	display: none;
	z-index: 100;
	border-radius: 4px;
}

img {
	max-height: 500px;
	vertical-align: middle;
	border-radius: 4px;
}

.slideshow-container {
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	border-radius: 4px;
	text-align: center;
}

.text {
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

.dot {
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active {
	background-color: #4a4a4a;
}

.fade {
	animation-name: fade;
	animation-duration: 3s;
}

@keyframes fade {
	from {
		opacity: .5
	}

	to {
		opacity: 1
	}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
	.text {
		font-size: 11px
	}
}

div.alert-success {
	height: 40px;
	background-color: rgba(255,255,255,0.2);
	color: darkgreen;
	font-size: 25px;
	margin: 10px 0px 10px 0px;
	padding: 20px 20px 20px 40px;
	font-weight: 1000;
	text-align: left;
	border: 2px;
	border-style: solid;
	border-color: darkgreen;
	border-radius: 4px;
	max-width: 70%;
}

div.alert-danger {
	height: 40px;
	background-color: rgba(255,255,255,0.2);
	color: red;
	font-size: 25px;
	margin: 10px 0px 10px 0px;
	padding: 20px 20px 20px 40px;
	font-weight: 1000;
	text-align: left;
	border: 2px;
	border-style: solid;
	border-color: red;
	border-radius: 4px;
	max-width: 70%;
}

	.marquee {
		position: relative;
	    animation-name: marquee;
	    animation-iteration-count: 1;
	    animation-fill-mode: backwards;
	    animation-duration: 2s;
	    animation-timing-function: linear;
        }

	@keyframes marquee {
	0%   {left:100px; top:0px;}
	100% {left: 5px; top:0px;}
	}
